Add .gitattributes file#1355
Conversation
This adds a `.gitattributes` file to tell GitHub's Linguist tool how to treat certain special cases.
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request introduces a .gitattributes file to configure GitHub's Linguist settings, marking generated environment files to be collapsed by default and adjusting file statistics for Markdown and configuration files. There are no review comments, and I have no feedback to provide.
There was a problem hiding this comment.
Code Review
This pull request adds a .gitattributes file to configure GitHub's Linguist behavior, marking generated uv environment files as generated, including Markdown files in statistics, and excluding configuration files like .markdownlintrc and .shfmt from statistics. There are no review comments, and I have no feedback to provide.
pavoljuhas
left a comment
There was a problem hiding this comment.
Please see inline, otherwise LGTM.
Co-authored-by: Pavol Juhas <pavol.juhas@gmail.com>
Co-authored-by: Pavol Juhas <pavol.juhas@gmail.com>
This adds a
.gitattributesfile to tell GitHub's Linguist tool how to treat certain special cases.